Advertisement
Guest User

vicious30

a guest
Feb 1st, 2018
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 KB | None | 0 0
  1. <script language="JavaScript" type="text/javascript">
  2. <!--
  3. //Disable right click script III- By Renigade (renigade@mediaone.net)
  4. //For full source code, visit http://www.dynamicdrive.com
  5. var message="";
  6. ///////////////////////////////////
  7. function clickIE() {if (document.all) {(message);return false;}}
  8. function clickNS(e) {if
  9. (document.layers||(document.getElementById&&!document.all)) {
  10. if (e.which==2||e.which==3) {(message);return false;}}}
  11. if (document.layers)
  12. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  13. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  14. document.oncontextmenu=new Function("return false")
  15. // -->
  16. </script>
  17.  
  18. <script type="text/javascript">
  19.  
  20. //form tags to omit in NS6+:
  21. var omitformtags=["input", "textarea", "select"]
  22.  
  23. omitformtags=omitformtags.join("|")
  24.  
  25. function disableselect(e){
  26. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  27. return false
  28. }
  29.  
  30. function reEnable(){
  31. return true
  32. }
  33.  
  34. if (typeof document.onselectstart!="undefined")
  35. document.onselectstart=new Function ("return false")
  36. else{
  37. document.onmousedown=disableselect
  38. document.onmouseup=reEnable
  39. }
  40.  
  41. </script>
  42.  
  43.  
  44. <html>
  45. <head>
  46.  
  47. <title><$ImeBloga$></title>
  48.  
  49. <style type="text/css">
  50.  
  51. body {
  52. background-color:#fff;
  53. background: url(https://78.media.tumblr.com/tumblr_m7lchpkrk31ql52sm.png) repeat;
  54. color:#666;
  55. text-align:justify;
  56. font-size: 13px;
  57. font-family: cambria;
  58. filter: alpha(opacity=80);
  59. moz-opacity:.80;
  60. opacity:.80;
  61. }
  62.  
  63. .main {
  64. position:absolute;
  65. background-color:#fff;
  66. background: url();
  67. border:0px solid #000;
  68. padding:10px;
  69. left: 300px;
  70. top: 15px;
  71. width:400px;}
  72.  
  73.  
  74. .sidebox {
  75. position:fixed;
  76. background-color: #fff;
  77. left: 730px;
  78. top:0px;
  79.  
  80. height:100%;
  81. width:220px;}
  82.  
  83. .titlepost
  84. {background-color:#;
  85. color:#D4C5CC;
  86. text-align:right;
  87. letter-spacing: 2px;
  88. text-decoration:none;
  89. text-shadow:none;
  90. text-transform:uppercase;
  91. word-spacing:;
  92. font-size: 15px;
  93. font-family: courier;
  94. line-height:9px;
  95. font-style: normal;
  96. font-variant: normal;
  97. font-weight:normal;}
  98.  
  99. .textpost
  100. {background-color:#;
  101. color:#888;
  102. text-align:justify;
  103. text-shadow:;
  104. word-spacing:;
  105. font-size: 12px;
  106. font-family: cambria;}
  107.  
  108. .sidebox img {
  109. max-width:214px;
  110. max-height:;padding:3px;}
  111.  
  112. .titlebox
  113. {background-color:#;
  114. color:#333;
  115. text-align:center;
  116. letter-spacing: -2px;
  117. text-decoration:none;
  118. text-shadow:none;
  119. text-transform:lowercase;
  120. word-spacing:;
  121. font-size: 17px;
  122. font-family: courier new;
  123. font-style: normal;
  124. font-variant: normal;
  125. font-weight:normal;}
  126.  
  127.  
  128. .textbox
  129. {filter: alpha(opacity=70);
  130. moz-opacity:.70;
  131. opacity:.70; color:#000;
  132. text-align:center;
  133. text-shadow:;
  134. word-spacing:;
  135. font-size: 11px;
  136. font-family: cambria;
  137. width:200px;
  138.  
  139. padding:10px;
  140. border:0px;
  141. top:0px;
  142. margin-right:0px;}
  143.  
  144. .textbox img {
  145. max-width:200px;
  146. max-height:;}
  147.  
  148. .date {background-color:#;
  149. color:#777;
  150. padding-right:15px;
  151. text-align:right;
  152. letter-spacing: 2px;
  153. text-decoration:none;
  154. text-shadow:;
  155. text-transform:;
  156. word-spacing:3px;
  157. font-size: 10px;
  158. font-family: verdana;
  159. font-style:italic;
  160. font-variant:normal;
  161. font-weight:normal;}
  162.  
  163. .comments
  164. {color:#777;
  165. text-align:right;
  166. letter-spacing: 2px;
  167. text-decoration:none;
  168. text-shadow:;
  169. text-transform:;
  170. word-spacing:3px;
  171. font-size: 10px;
  172. font-family: Cambria;
  173. font-style:normal;
  174. font-variant:small-caps;
  175. font-weight:normal;}
  176.  
  177.  
  178. a:link, a:visited, a:active {
  179. color: #D4C5CC;
  180. letter-spacing: 1px;
  181. text-decoration:none;
  182. text-shadow:;
  183. text-transform:;
  184. word-spacing:;
  185. font-size: 11px;
  186. font-family: georgia;
  187. font-style:normal;
  188. font-variant:normal;
  189. font-weight:normal;
  190. -moz-transition:2s;
  191. -webkit-transition-duration:2s;
  192. }
  193.  
  194. a:hover {
  195. color:#999;
  196. -moz-transition:2s;
  197. -webkit-transition-duration:2s;font-style:italic;}
  198. .quoted {margin:0px 20px 0px 20px;
  199. padding:3px;
  200. color:#fff;
  201. text-shadow:;
  202. font-size: 9px;
  203. font-family: georgia;
  204. font-style:italic;
  205. font-weight:normal;
  206. filter: alpha(opacity=70);
  207. moz-opacity:.70;
  208. opacity:.70;
  209. }
  210.  
  211. .credits {
  212. position:fixed;
  213. right:0px;
  214. bottom: 30px;
  215. padding:5px;
  216. -webkit-transition-duration:0.5s;}
  217.  
  218. a.credits {
  219. -webkit-transition-duration:0.5s;}
  220.  
  221. ul li, ol li {
  222. list-style-type: square;
  223. padding: 0px;
  224. margin: 0px;
  225. }
  226.  
  227. b{color: #D4C5CC}
  228. i{color: #D4C5CC}
  229. u{color: #D4C5CC}
  230. s{color: #D4C5CC}
  231.  
  232. </style>
  233.  
  234. <body>
  235. <div class="credits"><a target="new" href="http://lennonrouge.blog.hr/">Lennon</a> | <a target="new" href="http://vicious.blog.hr/">Vicious </a></div>
  236. <div class="main">
  237. <Blog>
  238. <div class="titlepost"><$NaslovPosta$></div>
  239. <div class="date"><$DatumPosta$><$VrijemePosta$></div>
  240. <br>
  241. <div class="textpost"><$TekstPosta$></div><br>
  242. <div class="comments"><a href="<$KomentariPosta$>" target=_blank>komentari</a></div><br><br><br>
  243. </Blog>
  244. </div>
  245.  
  246. <div class="sidebox">
  247. <img src="https://data.whicdn.com/images/184644948/original.gif"><br>
  248. <div class="titlebox"><Box1><$NaslovBoxa$></Box1></div>
  249. <div class="textbox"><Box1><$TekstBoxa$></Box1></div>
  250.  
  251. <div class="titlebox"><Box2><$NaslovBoxa$></Box2></div>
  252. <div class="textbox"><Box2><$TekstBoxa$></Box2></div>
  253.  
  254. <div class="titlebox"><Box3><$NaslovBoxa$></Box3></div>
  255. <div class="textbox"><Box3><$TekstBoxa$></Box3></div>
  256.  
  257. <div class="titlebox"><Box4><$NaslovBoxa$></Box4></div>
  258. <div class="textbox"><Box4><$TekstBoxa$></Box4></div>
  259.  
  260. </div>
  261. </body>
  262. </head>
  263. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement